Release 10.1A: OpenEdge Development:
ADM Reference


repositionRowObject

Positions the current-record pointer to the record passed as argument. Used during updates to prevent errors caused by the user moving the current-record pointer before completing the update.

Location: data.p

Parameters:

INPUT pcRowIdent AS CHARACTER

The identifier of the target record.

Returns: LOGICAL

Notes: We need to use entry 1 of the rowident which is the rowid of the rowobject temp-table record. This is NOT using reposition because we do not want the browser to reposition. This can fail only if the query has been reopened and the rowobject temp-table rebuilt, meanwhile, changing the rowids. It is to be hoped that this would not happen.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095